What are you using the debugger for? [closed]
        Posted  
        
            by 
                Peter Gfader
            
        on Programmers
        
        See other posts from Programmers
        
            or by Peter Gfader
        
        
        
        Published on 2011-06-24T08:41:20Z
        Indexed on 
            2011/06/24
            16:31 UTC
        
        
        Read the original article
        Hit count: 240
        
debugging
Some scenarios that I can think of:
- Reading/Understanding code
 - Understanding the flow (what happens when)
 - Stop program and see where it is up to
a. Attach debugger
b. Exception --> Debug - Discover API
 - Run to breakpoint and verify state
 
The question got closed on SO, so I ask here...
http://stackoverflow.com/questions/6462461/what-do-you-use-the-debugger-for
What are you using the debugger for?
Which scenario did you ran into, that you needed the debugger?
Could you have done it differently?  
© Programmers or respective owner